projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc366c
)
(signal): Define only if not NO_DGUX_SIGNAL_REDEF.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Jun 1997 23:48:38 +0000
(23:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Jun 1997 23:48:38 +0000
(23:48 +0000)
src/s/dgux.h
patch
|
blob
|
history
diff --git
a/src/s/dgux.h
b/src/s/dgux.h
index 6206908e2e2b71e745d4b78ed3919f9d7a1f1bfc..633777a0e268b97328e962d0a2524eb68a5fe5fc 100644
(file)
--- a/
src/s/dgux.h
+++ b/
src/s/dgux.h
@@
-263,9
+263,11
@@
Boston, MA 02111-1307, USA. */
/* can't hurt to define these, even though read/write should auto restart */
#define INTERRUPTIBLE_IO
+#ifndef NO_DGUX_SIGNAL_REDEF
/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
extern struct sigaction act, oact;
#define signal(SIG,FUNC) berk_signal(SIG,FUNC)
+#endif
#endif /* not NOT_C_CODE */